home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
star_catcher.swf
/
scripts
/
DefineButton2_162
/
BUTTONCONDACTION on(press, keyPress Left).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-01-07
|
218 b
|
7 lines
on(press, keyPress "<Left>"){
if(arrow_btn.enabled == true && (_root.gOlieState == "still_left" || _root.gOlieState == "still_right") && _root.gGamePaused == false)
{
_root.fnMoveOlie("left");
}
}